home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / cpcug.zip / LOCK.DOC < prev    next >
Text File  |  1987-04-20  |  2KB  |  53 lines

  1.           LOCK (and UNLOCK)                       Steven Holzner
  2.           Commands
  3.           Copyright (c) 1986, Ziff-Davis Publishing Co.
  4.           ______________________________________________________
  5.  
  6.           Purpose:  Encrypts a file, rendering it unreadable to
  7.                     anyone who does not know the user-chosen
  8.                     passphrase.  Complementarily, using the same
  9.                     passphrase, de-encrypts the file.
  10.  
  11.           Format:   LOCK [d:][path]filename[.ext] [d:][path]
  12.                     [filename][.ext]
  13.                                  or
  14.                     UNLOCK [d:][path]filename[.ext] [d:][path]
  15.                     [filename][.ext]
  16.  
  17.           Remarks:  The user-selected passphrase can be up to 64
  18.                     characters in length; the programs prompt you
  19.                     to supply it.  Files to be LOCKed and
  20.                     UNLOCKed must be less than 62K in length.  If
  21.                     you do not supply new filenames for the
  22.                     locked and unlocked files, the programs use
  23.                     the default filename FILE.LOC.
  24.  
  25.           Example:  You have a file of student course evaluations
  26.                     named CONFY on drive C: that you wish to mail
  27.                     to a colleague in encrypted form.  You put a
  28.                     formatted floppy disk in drive A:, and at the
  29.                     C> prompt you enter
  30.  
  31.                          LOCK CONFY A:CRIMSON
  32.  
  33.                     When the program asks for a passphrase, you
  34.                     enter VERITAS.
  35.  
  36.                     The CRIMSON file on the disk will be
  37.                     unreadable.  When your colleague--who must,
  38.                     of course, be told the passphrase you have
  39.                     used--puts the disk in his machine, he types
  40.  
  41.                          UNLOCK CRIMSON GUIDE
  42.  
  43.                     When prompted, he supplies the passphrase
  44.                     VERITAS, and his file GUIDE will be identical
  45.                     to your original file CONFY.
  46.  
  47.                     Notes:
  48.  
  49.                     1.   LOCK and UNLOCK do not delete any files,
  50.                          original or encoded.
  51.  
  52.                     2.   Requires DOS version 2.0 or later.
  53.